Einhugur macOS Bridge plugin.

NSDate.Equal Method

Returns a Boolean value that indicates whether a given object is a date that is exactly equal the receiver.

Equal(
   dateValue as EinhugurCoreBridge.NSDate) as Boolean

Parameters

dateValue
The date to compare with the receiver.

Returns

Boolean
True if the anotherDate is an NSDate object and is exactly equal to the receiver, otherwise False.

Remarks

See Also

NSDate Class